home *** CD-ROM | disk | FTP | other *** search
- if(!tim_matthews) var tim_matthews={};
- if(!tim_matthews.downloadScheduler) tim_matthews.downloadScheduler={};
- if(!tim_matthews.downloadScheduler.schedPref_js) tim_matthews.downloadScheduler.schedPref_js = {};
-
- tim_matthews.downloadScheduler.schedPref_js = {
- prefLoad: function() {
- var tp1 = document.getElementById("tim_matthews.downloadScheduler.prefWin.tp1");
- var tp2 = document.getElementById("tim_matthews.downloadScheduler.prefWin.tp2");
-
- var prefs = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService).getBranch("dlScheduler.");
- tp1.value = prefs.getCharPref("startTime");
- tp2.value = prefs.getCharPref("finishTime");
- }
- }
-
-